home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 72 / Cine Live 72.iso / pc / Data / Interface / e6.k < prev    next >
Encoding:
Text File  |  2003-09-04  |  23.6 KB  |  1,171 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$00000319,$0000002A,$000001D3,$00000383,$00000000,$FFFFFEB1,$00000000,$00000000};
  6.         LayoutWindow is {$0000009B,$0000002A,$0000024D,$000002EE,$00000000,$00000043,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol229,
  43.         ol330,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         ovid_o37,
  51.         oTexte_RTF38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with Flags is $00000004; 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s6m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o37; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o37; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o37; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o37; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Flags is $00000004; Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Flags is $00000004; Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Flags is $00000004; Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end
  113.     ];
  114. end;
  115.  
  116. object oFond2 is cImage
  117. with 
  118.     Name is "Fond"; 
  119.     Enabled is false; Cursor is oEmptyCursor; 
  120.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  121.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  122.     
  123.     URL is "../Images/s6p.jpg"; 
  124.     
  125.     
  126.     Events is [
  127.         cOnscreenEvent
  128.         with 
  129.             Commands is [
  130.                 cTokenCommand
  131.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  132.             ];
  133.         end
  134.     ];
  135. end;
  136.  
  137. object ob13 is cImage
  138. with 
  139.     Name is "b1"; 
  140.     Enabled is false; Shown is false; 
  141.     X is -21; Y is 132; 
  142.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  143.     
  144.     URL is "../Images/BOUTONV2.psd"; 
  145.     Bitmapped is false; Mode is 260; 
  146.     
  147. end;
  148.  
  149. object ob24 is cImage
  150. with 
  151.     Name is "b2"; 
  152.     Enabled is false; Shown is false; 
  153.     X is -21; Y is 158; 
  154.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  155.     
  156.     URL is "../Images/BOUTONV2.psd"; 
  157.     Mode is 260; 
  158.     
  159. end;
  160.  
  161. object ob35 is cImage
  162. with 
  163.     Name is "b3"; 
  164.     Enabled is false; Shown is false; 
  165.     X is -21; Y is 184; 
  166.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  167.     
  168.     URL is "../Images/BOUTONV2.psd"; 
  169.     Mode is 260; 
  170.     
  171. end;
  172.  
  173. object ob46 is cImage
  174. with 
  175.     Name is "b4"; 
  176.     Enabled is false; Shown is false; 
  177.     X is -21; Y is 211; 
  178.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  179.     
  180.     URL is "../Images/BOUTONV2.psd"; 
  181.     Mode is 260; 
  182.     
  183. end;
  184.  
  185. object ob57 is cImage
  186. with 
  187.     Name is "b5"; 
  188.     Enabled is false; Shown is false; 
  189.     X is -21; Y is 237; 
  190.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  191.     
  192.     URL is "../Images/BOUTONV2.psd"; 
  193.     Mode is 260; 
  194.     
  195. end;
  196.  
  197. object ob68 is cImage
  198. with 
  199.     Name is "b6"; 
  200.     Enabled is false; Shown is false; 
  201.     X is -21; Y is 266; 
  202.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  203.     
  204.     URL is "../Images/BOUTONV2.psd"; 
  205.     Mode is 260; 
  206.     
  207. end;
  208.  
  209. object ob79 is cImage
  210. with 
  211.     Name is "b7"; 
  212.     Enabled is false; Shown is false; 
  213.     X is -21; Y is 292; 
  214.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  215.     
  216.     URL is "../Images/BOUTONV2.psd"; 
  217.     Mode is 260; 
  218.     
  219. end;
  220.  
  221. object ob810 is cImage
  222. with 
  223.     Name is "b8"; 
  224.     Enabled is false; Shown is false; 
  225.     X is -21; Y is 324; 
  226.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  227.     
  228.     URL is "../Images/BOUTONV2.psd"; 
  229.     Mode is 260; 
  230.     
  231. end;
  232.  
  233. object ob911 is cImage
  234. with 
  235.     Name is "b9"; 
  236.     Enabled is false; Shown is false; 
  237.     X is -21; Y is 364; 
  238.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  239.     
  240.     URL is "../Images/BOUTONV2.psd"; 
  241.     Mode is 260; 
  242.     
  243. end;
  244.  
  245. object ob1012 is cImage
  246. with 
  247.     Name is "b10"; 
  248.     Enabled is false; Shown is false; 
  249.     X is -21; Y is 396; 
  250.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  251.     
  252.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  253.     Mode is 260; 
  254.     
  255. end;
  256.  
  257. object ob1113 is cImage
  258. with 
  259.     Name is "b11"; 
  260.     Enabled is false; Shown is false; 
  261.     X is -21; Y is 429; 
  262.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  263.     
  264.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  265.     Mode is 260; 
  266.     
  267. end;
  268.  
  269. object ob1214 is cImage
  270. with 
  271.     Name is "b12"; 
  272.     Enabled is false; Shown is false; 
  273.     X is -21; Y is 462; 
  274.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  275.     
  276.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  277.     Mode is 260; 
  278.     
  279. end;
  280.  
  281. object of115 is cBox
  282. with 
  283.     Name is "f1"; 
  284.     Cursor is oFingerCursor; 
  285.     X is -1; Y is 144; 
  286.     Width is 162; Height is 27; 
  287.     
  288.     
  289.     Events is [
  290.         cMouseEnterEvent
  291.         with Flags is $00000004; 
  292.             Commands is [
  293.                 cShowCommand
  294.                 with Flags is $00000004; Target is ob13; end
  295.             ];
  296.         end,
  297.         cMouseLeaveEvent
  298.         with Flags is $00000004; 
  299.             Commands is [
  300.                 cShowCommand
  301.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  302.             ];
  303.         end,
  304.         cMouseUpEvent
  305.         with Flags is $00000004; Flag is true; 
  306.             Commands is [
  307.                 cBrowseCommand
  308.                 with Flags is $00000004; URL is "e1.k"; end
  309.             ];
  310.         end
  311.     ];
  312. end;
  313.  
  314. object of216 is cBox
  315. with 
  316.     Name is "f2"; 
  317.     Cursor is oFingerCursor; 
  318.     Y is 171; 
  319.     Width is 161; Height is 30; 
  320.     
  321.     
  322.     Events is [
  323.         cMouseEnterEvent
  324.         with 
  325.             Commands is [
  326.                 cShowCommand
  327.                 with Target is ob24; end
  328.             ];
  329.         end,
  330.         cMouseLeaveEvent
  331.         with 
  332.             Commands is [
  333.                 cShowCommand
  334.                 with Target is ob24; Mode is Clear; end
  335.             ];
  336.         end,
  337.         cMouseUpEvent
  338.         with Flag is true; 
  339.             Commands is [
  340.                 cBrowseCommand
  341.                 with URL is "e2.k"; end
  342.             ];
  343.         end
  344.     ];
  345. end;
  346.  
  347. object of317 is cBox
  348. with 
  349.     Flags is $00000150; 
  350.     Name is "f3"; 
  351.     Cursor is oFingerCursor; 
  352.     Y is 200; 
  353.     Width is 166; Height is 25; 
  354.     
  355.     
  356.     Events is [
  357.         cMouseEnterEvent
  358.         with Flags is $00000004; 
  359.             Commands is [
  360.                 cShowCommand
  361.                 with Flags is $00000004; Target is ob35; end
  362.             ];
  363.         end,
  364.         cMouseLeaveEvent
  365.         with Flags is $00000004; 
  366.             Commands is [
  367.                 cShowCommand
  368.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  369.             ];
  370.         end,
  371.         cMouseUpEvent
  372.         with Flags is $00000004; Flag is true; 
  373.             Commands is [
  374.                 cBrowseCommand
  375.                 with Flags is $00000004; URL is "e3.k"; end
  376.             ];
  377.         end
  378.     ];
  379. end;
  380.  
  381. object of418 is cBox
  382. with 
  383.     Name is "f4"; 
  384.     Cursor is oFingerCursor; 
  385.     Y is 226; 
  386.     Width is 159; Height is 28; 
  387.     
  388.     
  389.     Events is [
  390.         cMouseEnterEvent
  391.         with 
  392.             Commands is [
  393.                 cShowCommand
  394.                 with Target is ob46; end
  395.             ];
  396.         end,
  397.         cMouseLeaveEvent
  398.         with 
  399.             Commands is [
  400.                 cShowCommand
  401.                 with Target is ob46; Mode is Clear; end
  402.             ];
  403.         end,
  404.         cMouseUpEvent
  405.         with Flag is true; 
  406.             Commands is [
  407.                 cBrowseCommand
  408.                 with URL is "e4.k"; end
  409.             ];
  410.         end
  411.     ];
  412. end;
  413.  
  414. object of519 is cBox
  415. with 
  416.     Name is "f5"; 
  417.     Cursor is oFingerCursor; 
  418.     Y is 252; 
  419.     Width is 162; Height is 26; 
  420.     
  421.     
  422.     Events is [
  423.         cMouseEnterEvent
  424.         with 
  425.             Commands is [
  426.                 cShowCommand
  427.                 with Target is ob57; end
  428.             ];
  429.         end,
  430.         cMouseLeaveEvent
  431.         with 
  432.             Commands is [
  433.                 cShowCommand
  434.                 with Target is ob57; Mode is Clear; end
  435.             ];
  436.         end,
  437.         cMouseUpEvent
  438.         with Flag is true; 
  439.             Commands is [
  440.                 cBrowseCommand
  441.                 with URL is "e5.k"; end
  442.             ];
  443.         end
  444.     ];
  445. end;
  446.  
  447. object of620 is cBox
  448. with 
  449.     Flags is $00000150; 
  450.     Name is "f6"; 
  451.     Cursor is oFingerCursor; 
  452.     Y is 280; 
  453.     Width is 161; Height is 26; 
  454.     
  455.     
  456.     Events is [
  457.         cMouseEnterEvent
  458.         with Flags is $00000004; 
  459.             Commands is [
  460.                 cShowCommand
  461.                 with Flags is $00000004; Target is ob68; end
  462.             ];
  463.         end,
  464.         cMouseLeaveEvent
  465.         with Flags is $00000004; 
  466.             Commands is [
  467.                 cShowCommand
  468.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  469.             ];
  470.         end,
  471.         cMouseUpEvent
  472.         with Flags is $00000004; Flag is true; 
  473.             Commands is [
  474.                 cBrowseCommand
  475.                 with Flags is $00000004; URL is "e6.k"; end
  476.             ];
  477.         end
  478.     ];
  479. end;
  480.  
  481. object of721 is cBox
  482. with 
  483.     Name is "f7"; 
  484.     Cursor is oFingerCursor; 
  485.     X is -1; Y is 304; 
  486.     Width is 163; Height is 28; 
  487.     
  488.     
  489.     Events is [
  490.         cMouseEnterEvent
  491.         with 
  492.             Commands is [
  493.                 cShowCommand
  494.                 with Target is ob79; end
  495.             ];
  496.         end,
  497.         cMouseLeaveEvent
  498.         with 
  499.             Commands is [
  500.                 cShowCommand
  501.                 with Target is ob79; Mode is Clear; end
  502.             ];
  503.         end,
  504.         cMouseUpEvent
  505.         with Flag is true; 
  506.             Commands is [
  507.                 cBrowseCommand
  508.                 with URL is "e7.k"; end
  509.             ];
  510.         end
  511.     ];
  512. end;
  513.  
  514. object of822 is cBox
  515. with 
  516.     Name is "f8"; 
  517.     Cursor is oFingerCursor; 
  518.     Y is 340; 
  519.     Width is 158; Height is 27; 
  520.     
  521.     
  522.     Events is [
  523.         cMouseEnterEvent
  524.         with 
  525.             Commands is [
  526.                 cShowCommand
  527.                 with Target is ob810; end
  528.             ];
  529.         end,
  530.         cMouseLeaveEvent
  531.         with 
  532.             Commands is [
  533.                 cShowCommand
  534.                 with Target is ob810; Mode is Clear; end
  535.             ];
  536.         end,
  537.         cMouseUpEvent
  538.         with Flag is true; 
  539.             Commands is [
  540.                 cBrowseCommand
  541.                 with URL is "e8.k"; end
  542.             ];
  543.         end
  544.     ];
  545. end;
  546.  
  547. object of923 is cBox
  548. with 
  549.     Flags is $00000150; 
  550.     Name is "f9"; 
  551.     Cursor is oFingerCursor; 
  552.     Y is 379; 
  553.     Width is 159; Height is 26; 
  554.     
  555.     
  556.     Events is [
  557.         cMouseEnterEvent
  558.         with Flags is $00000004; 
  559.             Commands is [
  560.                 cShowCommand
  561.                 with Flags is $00000004; Target is ob911; end
  562.             ];
  563.         end,
  564.         cMouseLeaveEvent
  565.         with Flags is $00000004; 
  566.             Commands is [
  567.                 cShowCommand
  568.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  569.             ];
  570.         end,
  571.         cMouseUpEvent
  572.         with Flags is $00000004; Flag is true; 
  573.             Commands is [
  574.                 cBrowseCommand
  575.                 with Flags is $00000004; URL is "e9.k"; end
  576.             ];
  577.         end
  578.     ];
  579. end;
  580.  
  581. object of1024 is cBox
  582. with 
  583.     Name is "f10"; 
  584.     Cursor is oFingerCursor; 
  585.     X is 1; Y is 411; 
  586.     Width is 160; Height is 29; 
  587.     
  588.     
  589.     Events is [
  590.         cMouseEnterEvent
  591.         with 
  592.             Commands is [
  593.                 cShowCommand
  594.                 with Target is ob1012; end
  595.             ];
  596.         end,
  597.         cMouseLeaveEvent
  598.         with 
  599.             Commands is [
  600.                 cShowCommand
  601.                 with Target is ob1012; Mode is Clear; end
  602.             ];
  603.         end,
  604.         cMouseUpEvent
  605.         with Flag is true; 
  606.             Commands is [
  607.                 cBrowseCommand
  608.                 with URL is "e10.k"; end
  609.             ];
  610.         end
  611.     ];
  612. end;
  613.  
  614. object of1125 is cBox
  615. with 
  616.     Flags is $00000150; 
  617.     Name is "f11"; 
  618.     Cursor is oFingerCursor; 
  619.     X is 1; Y is 444; 
  620.     Width is 162; Height is 28; 
  621.     
  622.     
  623.     Events is [
  624.         cMouseEnterEvent
  625.         with Flags is $00000004; 
  626.             Commands is [
  627.                 cShowCommand
  628.                 with Flags is $00000004; Target is ob1113; end
  629.             ];
  630.         end,
  631.         cMouseLeaveEvent
  632.         with Flags is $00000004; 
  633.             Commands is [
  634.                 cShowCommand
  635.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  636.             ];
  637.         end,
  638.         cMouseUpEvent
  639.         with Flags is $00000004; Flag is true; 
  640.             Commands is [
  641.                 cBrowseCommand
  642.                 with Flags is $00000004; URL is "e11.k"; end
  643.             ];
  644.         end
  645.     ];
  646. end;
  647.  
  648. object of1226 is cBox
  649. with 
  650.     Flags is $00000150; 
  651.     Name is "f12"; 
  652.     Cursor is oFingerCursor; 
  653.     X is 1; Y is 478; 
  654.     Width is 160; Height is 27; 
  655.     
  656.     
  657.     Events is [
  658.         cMouseEnterEvent
  659.         with Flags is $00000004; 
  660.             Commands is [
  661.                 cShowCommand
  662.                 with Flags is $00000004; Target is ob1214; end
  663.             ];
  664.         end,
  665.         cMouseLeaveEvent
  666.         with Flags is $00000004; 
  667.             Commands is [
  668.                 cShowCommand
  669.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  670.             ];
  671.         end,
  672.         cMouseUpEvent
  673.         with Flags is $00000004; Flag is true; 
  674.             Commands is [
  675.                 cBrowseCommand
  676.                 with Flags is $00000004; URL is "e12.k"; end
  677.             ];
  678.         end
  679.     ];
  680. end;
  681.  
  682. object oInternet27 is cBox
  683. with 
  684.     Flags is $00000154; 
  685.     release Editor:
  686.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  687.     end;
  688.     Name is "Internet"; 
  689.     Cursor is oEarthCursor; 
  690.     X is 261; Y is 539; 
  691.     Width is 125; Height is 19; 
  692.     
  693.     
  694.     Events is [
  695.         cMouseUpEvent
  696.         with Flags is $00000004; Flag is true; 
  697.             Commands is [
  698.                 cLaunchCommand
  699.                 with Flags is $00000004; URL is "http://www.jereste-lefilm.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  700.             ];
  701.         end
  702.     ];
  703. end;
  704.  
  705. object ol128 is cBox
  706. with 
  707.     Flags is $00000150; 
  708.     Name is "l1"; 
  709.     Cursor is oFingerCursor; 
  710.     X is 263; Y is 500; 
  711.     Width is 63; Height is 17; 
  712.     
  713.     
  714.     Events is [
  715.         cMouseUpEvent
  716.         with Flags is $00000004; Flag is true; 
  717.             Commands is [
  718.                 cIfCookieCommand
  719.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  720.                     Commands is [
  721.                         cTokenCommand
  722.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  723.                     ];
  724.                 end,
  725.                 cBrowseCommand
  726.                 with Flags is $00000004; URL is "f18.k"; end
  727.             ];
  728.         end
  729.     ];
  730. end;
  731.  
  732. object ol229 is cBox
  733. with 
  734.     Flags is $00000150; 
  735.     release Editor:
  736.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  737.     end;
  738.     Name is "l2"; 
  739.     Cursor is oFingerCursor; 
  740.     X is 226; Y is 519; 
  741.     Width is 82; Height is 18; 
  742.     
  743.     
  744.     Events is [
  745.         cMouseUpEvent
  746.         with Flags is $00000004; Flag is true; 
  747.             Commands is [
  748.                 cIfCookieCommand
  749.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  750.                     Commands is [
  751.                         cTokenCommand
  752.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  753.                     ];
  754.                 end,
  755.                 cBrowseCommand
  756.                 with Flags is $00000004; URL is "f23.k"; end
  757.             ];
  758.         end
  759.     ];
  760. end;
  761.  
  762. object ol330 is cBox
  763. with 
  764.     Flags is $00000150; 
  765.     release Editor:
  766.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  767.     end;
  768.     Name is "l3"; 
  769.     Cursor is oFingerCursor; 
  770.     X is 310; Y is 518; 
  771.     Width is 78; Height is 20; 
  772.     
  773.     
  774.     Events is [
  775.         cMouseUpEvent
  776.         with Flags is $00000004; Flag is true; 
  777.             Commands is [
  778.                 cIfCookieCommand
  779.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  780.                     Commands is [
  781.                         cTokenCommand
  782.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  783.                     ];
  784.                 end,
  785.                 cBrowseCommand
  786.                 with Flags is $00000004; URL is "f6.k"; end
  787.             ];
  788.         end
  789.     ];
  790. end;
  791.  
  792. object oBouton_Fiche31 is cImage
  793. with 
  794.     Flags is $00000150; 
  795.     Name is "Bouton Fiche"; 
  796.     Shown is false; Cursor is oFingerCursor; 
  797.     X is 167; Y is 573; 
  798.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  799.     
  800.     URL is "../Images/%E9cran%20fiche.jpg"; 
  801.     
  802.     
  803.     Events is [
  804.         cMouseEnterEvent
  805.         with Flags is $00000004; 
  806.             Commands is [
  807.                 cShowCommand
  808.                 with Flags is $00000004; Target is oTargetSelf; end
  809.             ];
  810.         end,
  811.         cMouseLeaveEvent
  812.         with Flags is $00000004; 
  813.             Commands is [
  814.                 cShowCommand
  815.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  816.             ];
  817.         end,
  818.         cMouseUpEvent
  819.         with Flags is $00000004; Flag is true; 
  820.             Commands is [
  821.                 cShowCommand
  822.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Toggle; end,
  823.                 cEnableCommand
  824.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Toggle; end
  825.             ];
  826.         end
  827.     ];
  828. end;
  829.  
  830. object oBouton_Imprimer32 is cImage
  831. with 
  832.     Name is "Bouton Imprimer"; 
  833.     Shown is false; Cursor is oFingerCursor; 
  834.     X is 321; Y is 573; 
  835.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  836.     
  837.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  838.     
  839.     
  840.     Events is [
  841.         cMouseEnterEvent
  842.         with 
  843.             Commands is [
  844.                 cShowCommand
  845.                 with Target is oTargetSelf; end
  846.             ];
  847.         end,
  848.         cMouseLeaveEvent
  849.         with 
  850.             Commands is [
  851.                 cShowCommand
  852.                 with Target is oTargetSelf; Mode is Clear; end
  853.             ];
  854.         end,
  855.         cMouseUpEvent
  856.         with Flag is true; 
  857.             Commands is [
  858.                 cPrintCommand
  859.                 with Target is oTexte_RTF38; end
  860.             ];
  861.         end
  862.     ];
  863. end;
  864.  
  865. object oBouton_Sommaire33 is cImage
  866. with 
  867.     Flags is $00000150; 
  868.     Name is "Bouton Sommaire"; 
  869.     Shown is false; Cursor is oFingerCursor; 
  870.     X is 13; Y is 573; 
  871.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  872.     
  873.     URL is "../Images/%E9cran%20somm.jpg"; 
  874.     
  875.     
  876.     Events is [
  877.         cMouseEnterEvent
  878.         with Flags is $00000004; 
  879.             Commands is [
  880.                 cShowCommand
  881.                 with Flags is $00000004; Target is oTargetSelf; end
  882.             ];
  883.         end,
  884.         cMouseLeaveEvent
  885.         with Flags is $00000004; 
  886.             Commands is [
  887.                 cShowCommand
  888.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  889.             ];
  890.         end,
  891.         cMouseUpEvent
  892.         with Flags is $00000004; Flag is true; 
  893.             Commands is [
  894.                 cIfCookieCommand
  895.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  896.                     Commands is [
  897.                         cTokenCommand
  898.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  899.                     ];
  900.                 end,
  901.                 cBrowseCommand
  902.                 with Flags is $00000004; URL is "sommaire.k"; end
  903.             ];
  904.         end
  905.     ];
  906. end;
  907.  
  908. object oBouton_Photos34 is cImage
  909. with 
  910.     Name is "Bouton Photos"; 
  911.     Shown is false; Cursor is oFingerCursor; 
  912.     X is 475; Y is 573; 
  913.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  914.     
  915.     URL is "../Images/%E9cran%20photo.jpg"; 
  916.     
  917.     
  918.     Events is [
  919.         cMouseEnterEvent
  920.         with 
  921.             Commands is [
  922.                 cShowCommand
  923.                 with Target is oTargetSelf; end
  924.             ];
  925.         end,
  926.         cMouseLeaveEvent
  927.         with 
  928.             Commands is [
  929.                 cShowCommand
  930.                 with Target is oTargetSelf; Mode is Clear; end
  931.             ];
  932.         end,
  933.         cMouseUpEvent
  934.         with Flag is true; 
  935.             Commands is [
  936.                 cBrowseCommand
  937.                 with URL is "e6s.k"; end
  938.             ];
  939.         end
  940.     ];
  941. end;
  942.  
  943. object oBouton_Vid_o35 is cImage
  944. with 
  945.     Flags is $00000150; 
  946.     Name is "Bouton Vid\$E9o"; 
  947.     Shown is false; Cursor is oFingerCursor; 
  948.     X is 629; Y is 573; 
  949.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  950.     
  951.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  952.     
  953.     
  954.     Events is [
  955.         cMouseEnterEvent
  956.         with Flags is $00000004; 
  957.             Commands is [
  958.                 cShowCommand
  959.                 with Flags is $00000004; Target is oTargetSelf; end
  960.             ];
  961.         end,
  962.         cMouseLeaveEvent
  963.         with Flags is $00000004; 
  964.             Commands is [
  965.                 cShowCommand
  966.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  967.             ];
  968.         end,
  969.         cMouseUpEvent
  970.         with Flags is $00000004; Flag is true; 
  971.             Commands is [
  972.                 cRunCommand
  973.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  974.                 cEnableCommand
  975.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  976.                 cShowCommand
  977.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  978.                 cDragCommand
  979.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  980.                 cGrowCommand
  981.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  982.                 cShowCommand
  983.                 with Flags is $00000004; Target is ovid_o37; end,
  984.                 cEnableCommand
  985.                 with Flags is $00000004; Target is ovid_o37; end,
  986.                 cRunCommand
  987.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  988.                 cEnableCommand
  989.                 with Flags is $00000004; Target is oglobal39; end
  990.             ];
  991.         end
  992.     ];
  993. end;
  994.  
  995. object oFiche_Technique36 is cImage
  996. with 
  997.     Flags is $00000150; 
  998.     Name is "Fiche Technique"; 
  999.     Region is {$FFFF000A,$00010000,$01AC0188};
  1000.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1001.     X is 132; Y is 41; 
  1002.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1003.     
  1004.     URL is "../Images/t6.jpg"; 
  1005.     
  1006.     
  1007.     Events is [
  1008.         cMouseUpEvent
  1009.         with Flags is $00000004; Flag is true; 
  1010.             Commands is [
  1011.                 cShowCommand
  1012.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1013.                 cEnableCommand
  1014.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1015.             ];
  1016.         end
  1017.     ];
  1018. end;
  1019.  
  1020. object ovid_o37 is cMPEGMovie
  1021. with 
  1022.     Name is "vid\$E9o"; 
  1023.     Shown is false; Cursor is oFingerCursor; 
  1024.     X is 599; Y is 418; 
  1025.     Width is 192; Height is 144; 
  1026.     
  1027.     URL is "../Videos/s6.mpg"; 
  1028.     Events is [
  1029.         cMouseUpEvent
  1030.         with Flag is true; 
  1031.             Commands is [
  1032.                 cRunCommand
  1033.                 with Target is ovid_o37; Mode is Clear; end,
  1034.                 cEnableCommand
  1035.                 with Target is ovid_o37; Mode is Clear; end,
  1036.                 cShowCommand
  1037.                 with Target is ovid_o37; Mode is Clear; end,
  1038.                 cDragCommand
  1039.                 with Target is ovid_o37; Mode is DragTo; end,
  1040.                 cGrowCommand
  1041.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1042.                 cShowCommand
  1043.                 with Target is ovid_o37; end,
  1044.                 cEnableCommand
  1045.                 with Target is ovid_o37; end,
  1046.                 cRunCommand
  1047.                 with Target is ovid_o37; Rewind is true; end,
  1048.                 cEnableCommand
  1049.                 with Target is oglobal39; end
  1050.             ];
  1051.         end,
  1052.         cFinishedEvent
  1053.         with 
  1054.             Commands is [
  1055.                 cPixelTool_IfSystemCommand
  1056.                 with 
  1057.                     Commands is [
  1058.                         cDragCommand
  1059.                         with Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1060.                         cGrowCommand
  1061.                         with Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1062.                         cEnableCommand
  1063.                         with Target is oglobal39; Mode is Clear; end,
  1064.                         cShowCommand
  1065.                         with Target is ovid_o37; end,
  1066.                         cEnableCommand
  1067.                         with Target is ovid_o37; end,
  1068.                         cRunCommand
  1069.                         with Target is ovid_o37; Rewind is true; end
  1070.                     ];
  1071.                 end,
  1072.                 cPixelTool_IfSystemCommand
  1073.                 with SetMode is IsWinTest; 
  1074.                     Commands is [
  1075.                         cDragCommand
  1076.                         with Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1077.                         cGrowCommand
  1078.                         with Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1079.                         cEnableCommand
  1080.                         with Target is oglobal39; Mode is Clear; end,
  1081.                         cShowCommand
  1082.                         with Target is ovid_o37; end,
  1083.                         cEnableCommand
  1084.                         with Target is ovid_o37; end,
  1085.                         cRunCommand
  1086.                         with Target is ovid_o37; Rewind is true; end
  1087.                     ];
  1088.                 end
  1089.             ];
  1090.         end
  1091.     ];
  1092. end;
  1093.  
  1094. object oTexte_RTF38 is cRTFText
  1095. with 
  1096.     Flags is $00000400; 
  1097.     release Editor:
  1098.         IOWindow is {$000000D9,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  1099.     end;
  1100.     Name is "Texte RTF"; 
  1101.     Enabled is false; Shown is false; 
  1102.     Y is -160; 
  1103.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1104.     
  1105.     URL is "../Textes/s6.rtf"; 
  1106.     
  1107.     
  1108. end;
  1109.  
  1110. object oglobal39 is cBox
  1111. with 
  1112.     Name is "global"; 
  1113.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1114.     X is -1; 
  1115.     Width is 800; Height is 600; 
  1116.     
  1117.     
  1118.     Events is [
  1119.         cMouseUpEvent
  1120.         with Flag is true; 
  1121.             Commands is [
  1122.                 cPixelTool_IfSystemCommand
  1123.                 with 
  1124.                     Commands is [
  1125.                         cShowCommand
  1126.                         with Target is ovid_o37; Mode is Clear; end,
  1127.                         cRunCommand
  1128.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1129.                         cEnableCommand
  1130.                         with Target is ovid_o37; Mode is Clear; end,
  1131.                         cEnableCommand
  1132.                         with Target is oTargetSelf; Mode is Clear; end,
  1133.                         cDragCommand
  1134.                         with Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1135.                         cGrowCommand
  1136.                         with Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1137.                         cShowCommand
  1138.                         with Target is ovid_o37; end,
  1139.                         cRunCommand
  1140.                         with Target is ovid_o37; Rewind is true; end,
  1141.                         cEnableCommand
  1142.                         with Target is ovid_o37; end
  1143.                     ];
  1144.                 end,
  1145.                 cPixelTool_IfSystemCommand
  1146.                 with SetMode is IsWinTest; 
  1147.                     Commands is [
  1148.                         cShowCommand
  1149.                         with Target is ovid_o37; Mode is Clear; end,
  1150.                         cRunCommand
  1151.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1152.                         cEnableCommand
  1153.                         with Target is ovid_o37; Mode is Clear; end,
  1154.                         cEnableCommand
  1155.                         with Target is oTargetSelf; Mode is Clear; end,
  1156.                         cDragCommand
  1157.                         with Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1158.                         cGrowCommand
  1159.                         with Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1160.                         cShowCommand
  1161.                         with Target is ovid_o37; end,
  1162.                         cRunCommand
  1163.                         with Target is ovid_o37; Rewind is true; end,
  1164.                         cEnableCommand
  1165.                         with Target is ovid_o37; end
  1166.                     ];
  1167.                 end
  1168.             ];
  1169.         end
  1170.     ];
  1171. end;